projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51f02c
)
Simple typo fix
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 May 2010 03:31:50 +0000
(23:31 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 30 May 2010 06:17:51 +0000
(
02:17
-0400)
gtk/gtkbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbox.c
b/gtk/gtkbox.c
index 0aeb82a96b5bf972c2e82318d3d62224c87e9199..1b9c1fe8454ce090905f036f0c51a86998f43d77 100644
(file)
--- a/
gtk/gtkbox.c
+++ b/
gtk/gtkbox.c
@@
-1248,9
+1248,9
@@
gtk_box_get_height_for_width (GtkExtendedLayout *layout,
* @homogeneous: %TRUE if all children are to be given equal space allocations.
* @spacing: the number of pixels to place by default between children.
*
- * Creates a new #Gtk
H
Box.
+ * Creates a new #GtkBox.
*
- * Return value: a new #Gtk
H
Box.
+ * Return value: a new #GtkBox.
*
* Since: 3.0
**/